home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1008 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.lang.eiffel
  2. Path: shrike.irvine.com!adam
  3. From: adam@irvine.com (Adam Beneschan)
  4. Subject: Re: Hungarian notation
  5. In-Reply-To: feathers@gate.net's message of 6 Jan 1996 22:17:34 -0500
  6. Followup-To: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.lang.eiffel
  7. References: <30C40F77.53B5@swsbbs.com> <marnoldDJEvtJ.1Lx@netcom.com> <4aleun$jlk@ns.RezoNet.NET> <marnoldDJMDBG.CFz@netcom.com> <4asnkr$7b0@solutions.solon.com> <4ath75$e7i@barnacle.iol.ie> <4b4kij$svt@news.microsoft.com> <dewar.819489496@schonberg> <4bd <4cne0e$1020@seminole.gate.net>
  8. Sender: usenet@irvine.com (News Administration)
  9. Organization: Irvine Compiler Corp., Irvine, California, USA
  10. Date: Mon, 8 Jan 1996 21:05:08 GMT
  11. Message-ID: <DKvrwL.5yu@irvine.com>
  12.  
  13. feathers@gate.net (Michael Feathers) writes:
  14. >
  15. >   If anyone does not think that type is important information that ought
  16. >   to kept in mind for semantic purposes, just consider this: someone
  17. >   anonymously offers you sex.  The type of person offering it should
  18. >   be important to you, unless you are bisexual, and even then you
  19. >   might like to know as some casting may be required.  :-)
  20. >
  21. >
  22. >   -Mike (master of silly analogies)
  23.  
  24. I agree with your last point--i.e. that this is a silly analogy.  To
  25. carry the silliness even further: you probably care what gender a
  26. person is before you have sex with them, but if you're an employer
  27. looking for someone to fill a position, you probably don't, or
  28. shouldn't, care; all you're concerned with is what purpose you're
  29. going to be using the person for.
  30.  
  31. Now, which of these analogies corresponds more closely to how
  32. variables in a program are used?
  33.  
  34. (1) Using the variables for a purpose
  35. (2) Having sex with the variables
  36.  
  37. :-)
  38.                                 -- Adam
  39.  
  40.